-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugfix:修复tcc-fence模式空回滚无限重试以及无法解决悬挂bug #684
base: master
Are you sure you want to change the base?
Conversation
Which issue(s) this PR fixes: |
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
} | ||
log.Infof("Insert tcc fence suspend record xid: %s, branchId: %d", xid, branchId) | ||
return nil | ||
return true, tx.Commit() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里是否要执行 commit?
正在测试 |
What this PR does:
解决tcc-fence无限回滚与无法解决悬挂问题
具体问题见链接:apache/incubator-seata-go-samples#53
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
此问题使tcc-fence模式下使用问题较大
Does this PR introduce a user-facing change?: